GET https://api.storenvy.com/v1/webhooks/:id

Get a Webhook by ID.

Example response:
{
  "data": {
    "id": 2,
    "url": "http://example.com",
    "events": [
      "order/created"
    ]
  },
  "meta": {
    "code": 200,
    "api_version": "1.0"
  }
}

The Storenvy API is in private beta.
Be one of the first to get access.

Request a Beta Invite